func crypto/internal/fips140/ecdsa.rightShift

3 uses

	crypto/internal/fips140/ecdsa (current package)
		ecdsa.go#L248: 			b = rightShift(b, excess)
		ecdsa.go#L411: 			hash = rightShift(hash, excess)
		ecdsa.go#L425: func rightShift(b []byte, shift int) []byte {